InnerRadius Property (FlexPieBase<T>)
In This Topic
Gets or sets the size of the pie's inner radius.
Syntax
'Declaration
Public Property InnerRadius As System.Single
'Usage
Dim instance As FlexPieBase(Of T)
Dim value As System.Single
instance.InnerRadius = value
value = instance.InnerRadius
public System.float InnerRadius {get; set;}
public read-write property InnerRadius: System.Single;
public function get,set InnerRadius : System.float
public: __property System.float get_InnerRadius();
public: __property void set_InnerRadius(
System.float value
);
public:
property System.float InnerRadius {
System.float get();
void set ( System.float value);
}
See Also